Re: [GENERAL] Large Object questions...

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема Re: [GENERAL] Large Object questions...
Дата
Msg-id l03130302b3c9f712a94d@[147.233.159.109]
обсуждение исходный текст
Ответ на Re: [GENERAL] Large Object questions...  ("John Huttley" <john@mwk.co.nz>)
Список pgsql-general
At 08:31 +0300 on 30/07/1999, John Huttley wrote:


> I'm busy writing a faxserver application where all the fax page data is
> stored as a blob.
>
> Its just so easy to use...

How will you be backing it up? pg_dump never dumped large objects.

IMO, if you need a specialized backup script, plus a non-standard interface
for writing into them and reading from them, and they are not deleted when
you drop the row referring to them, then you may as well use files, and
store only the path in Postgres for easy lookup.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Simms
Дата:
Сообщение: big copy tasks
Следующее
От: Herouth Maoz
Дата:
Сообщение: Re: [GENERAL] Search